[ <--- prev -- ]  [ HOME ]  [ -- next ---> ]

[ full index ]


USERWEIG

defines the extra weighting applied to yields scored via the USRYIELD option, energy and star densities obtained via USRBIN, energy deposition and star production obtained via EVENTBIN, production of residual nuclei obtained via RESNUCLEi, currents calculated by means of USRBDX, and fluences calculated by means of USRBDX, USRTRACK, USRCOLL and USRBIN.

     WHAT(1), WHAT(2): not used

     WHAT(3) > 0.0: yields obtained via USRYIELD and fluences
                    or currents calculated with USRBDX, USRTRACK, USRCOLL,
                    USRBIN are multiplied by a user-supplied function FLUSCW
                    at scoring time.
             1.0 =< WHAT(3) =< 2.0: FLUSCW is called before any check on the
                    current detector (see Note 5)
             > 2.0: FLUSCW is called only after checking that the current
                    detector applies (see Note 5)
             = 2.0 or 4.0: The routine FLDSCP is also called, applying a shift
                    to the current binned track
             < 0.0: resets the default: no weighting
             = 0.0: ignored
             Default = -1.0 (no weighting)

     WHAT(4) : not used

     WHAT(5) > 0.0:  the USRRNC user subroutine is called every time a
                    residual nucleus is generated

     WHAT(6) > 0.0: energy and star densities obtained via
               SCORE and USRBIN, as well as energy deposition and star
               production obtained via EVENTBIN are multiplied by a
               user-supplied function COMSCW at scoring time.
             1.0 =< WHAT(6) =< 2.0: COMSCW is called before any check on the
               current detector (see Note 5)
             > 2.0: COMSCW is called only after checking that the current
               detector applies (see Note 5)
             = 2.0 or 4.0: The routine ENDSCP is also called, applying a shift
               to the current binned energy loss
             < 0.0: resets the default: no weighting
             = 0.0: ignored
             Default = -1.0 (no weighting)

     SDUM : not used

     Default (option USERWEIG not given): no extra weighting is applied
             to any scored quantity

Notes:

Examples:

 *...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
 USERWEIG          0.        0.        0.        0.        0.       1.
 *  Dose and star densities will be multiplied by a value returned by
 *  function COMSCW according to the logic written by the user.
 *  No check on the detector is done before calling the function.

 USERWEIG          0.        0.        4.        0.        0.       0.
 *  Fluences and currents will be multiplied by a value returned by
 *  function FLUSCW according to the logic written by the user.
 *  The function will be called only for detectors to which the present
 *  score applies.

 USERWEIG          0.        0.        0.        0.        1.       0.
 *  Residual nuclei scoring will be possible by the subroutine USRRNC
 *  according to the logic written by the user.